home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Light & Shade: Niida Takashi
/
Light & Shade: Niida Takashi.iso
/
mac
/
WIN
/
TALK.Dxr
/
00003.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-09-06
|
305 b
|
20 lines
on exitFrame
if rollOver(13) then
cursor(280)
else
if rollOver(14) then
cursor(280)
else
cursor(-1)
end if
end if
puppetSprite(12, 1)
if the movieRate of sprite 12 <> 0 then
go("MVST")
else
puppetSprite(12, 0)
go(the frame)
end if
go(the frame)
end